home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / share / wrath / cdpp.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-09  |  264 b   |  20 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo   This game/demo needs approx Mb of drive space
  6. echo.
  7. echo.  Now copying files.
  8. echo.
  9. md c:\bwrath\
  10. xcopy *.* c:\bwrath\ /s
  11. attrib c:\bwrath\*.* -r -a -s -h /s
  12. c:
  13. cd\
  14. cd bwrath
  15. call setup.bat
  16. call wrath.bat
  17. cd\
  18. d:
  19.  
  20.